:art: normal_num

huangqimin001 3 years ago
parent
commit
3ef1bd1dab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/eqpt_views.py

+ 1 - 0
api/eqpt_views.py

@@ -266,6 +266,7 @@ def get_screen_data(point=None, point_id=None):
266 266
         'total_active_eqpt_num': total_active_eqpt_num,
267 267
         'has_upload_temperature_num': has_upload_temperature_num,
268 268
         'not_upload_temperature_num': total_active_eqpt_num - has_upload_temperature_num,
269
+        'normal_num': has_upload_temperature_num - fever_num,
269 270
         'fever_num': fever_num,
270 271
         'update_time': tc.local_string(),
271 272
     }